home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 11
/
Info-Mac_XI_Disc_1.cdr_
/
Info-Mac XI Disc 1.cdr
/
Programs
/
Science & Math
/
Coax
/
SWR.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-30
|
178 b
|
6 lines
|
[
TEXT/R*ch
]
function f=SWR(rho)
% SWR(rho) - standing wave ratio at any pint in a waveguide if reflection coefficient given
% rho - reflection coefficient
f= (1+abs(rho)) ./ (1-abs(rho));